Skip to content

Commit 410e4bb

Browse files
authored
Confirm Opus in Ogg support in Chrome/Edge
1 parent 18a6b76 commit 410e4bb

File tree

1 file changed

+3
-3
lines changed
  • files/en-us/web/media/guides/formats/containers

1 file changed

+3
-3
lines changed

files/en-us/web/media/guides/formats/containers/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ While there are a vast number of media container formats, the ones listed below
1919
Some support only audio while others support both audio and video.
2020
The MIME types and extensions for each are listed. The most commonly used containers for media on the web are probably MPEG-4 Part-14 (MP4) and Web Media File (WEBM). However, you may also encounter Ogg, WAV, AVI, MOV, and other formats.
2121
Not all of these are broadly supported by browsers; some combinations of container and codec are sometimes given their own file extensions and MIME types as a matter of convenience, or because of their ubiquity.
22-
For example, an Ogg file with only an Opus audio track is sometimes referred to as an Opus file, and might even have the extension `.opus`.
22+
For example, an file with only an Opus audio track is sometimes referred to as an Opus file, and might even have the extension `.opus`.
2323
But it's still actually just an Ogg file.
2424

2525
In some cases, a particular codec becomes so ubiquitous that its usage is treated as a unique format. A prime example is the MP3 audio file, which isn't stored in a conventional container. Instead, an MP3 file is essentially a stream of MPEG-1 Audio Layer III-encoded frames, often accompanied by metadata such as ID3 tags. These files use the `audio/mpeg` MIME type and the `.mp3` extension.
@@ -640,8 +640,8 @@ You can also [add the `codecs` parameter](/en-US/docs/Web/Media/Guides/Formats/c
640640
</tr>
641641
<tr>
642642
<th scope="row">Opus</th>
643-
<td></td>
644-
<td></td>
643+
<td>Yes</td>
644+
<td>Yes</td>
645645
<td>Yes</td>
646646
<td>Yes (Safari 18.4+ on macOS 15.4+/iOS 18.4+)</td>
647647
</tr>

0 commit comments

Comments
 (0)